GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-11T19:49:34.3524315+00:00",
"SubmitDate": "2026-03-11T19:49:34.3524315+00:00",
"ReportPeriodStart": "2026-03-11T19:49:34.3524315+00:00",
"ReportPeriodEnd": "2026-03-11T19:49:34.3524315+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "48c4f3f0-750a-4fb0-9653-bf427a69f842",
"Rows": [
{
"ItemId": "f88727e2-d800-4f9d-9d08-31b3880eca78",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f88727e2-d800-4f9d-9d08-31b3880eca78",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "48c4f3f0-750a-4fb0-9653-bf427a69f842",
"Rows": [
{
"ItemId": "f88727e2-d800-4f9d-9d08-31b3880eca78",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f88727e2-d800-4f9d-9d08-31b3880eca78",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a4b941a0-ba44-434c-98b5-38d8716f7b70",
"990ea7a7-c627-44ed-a0f2-8a564b966655"
],
"Approvers": [
"0fcc3ff8-6901-4929-ab54-a924405defc4",
"ae9e3c95-04c5-4011-8fdd-08873543e305"
],
"ApprovedBy": "5541b8be-389f-41a8-b1a3-59707cca412f",
"ApprovalDate": "2026-03-11T19:49:34.3524315+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "998f0d91-e07c-4014-8405-cd87ea9877b0",
"id": "2d8adbba-e07c-4a08-a746-43e947b530d7",
"ConfigId": "b675b150-bc9e-4ba6-9e2b-6e37519a0025"
},
{
"GenerationDate": "2026-03-11T19:49:34.3524315+00:00",
"SubmitDate": "2026-03-11T19:49:34.3524315+00:00",
"ReportPeriodStart": "2026-03-11T19:49:34.3524315+00:00",
"ReportPeriodEnd": "2026-03-11T19:49:34.3524315+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "48c4f3f0-750a-4fb0-9653-bf427a69f842",
"Rows": [
{
"ItemId": "f88727e2-d800-4f9d-9d08-31b3880eca78",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f88727e2-d800-4f9d-9d08-31b3880eca78",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "48c4f3f0-750a-4fb0-9653-bf427a69f842",
"Rows": [
{
"ItemId": "f88727e2-d800-4f9d-9d08-31b3880eca78",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f88727e2-d800-4f9d-9d08-31b3880eca78",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a4b941a0-ba44-434c-98b5-38d8716f7b70",
"990ea7a7-c627-44ed-a0f2-8a564b966655"
],
"Approvers": [
"0fcc3ff8-6901-4929-ab54-a924405defc4",
"ae9e3c95-04c5-4011-8fdd-08873543e305"
],
"ApprovedBy": "5541b8be-389f-41a8-b1a3-59707cca412f",
"ApprovalDate": "2026-03-11T19:49:34.3524315+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "998f0d91-e07c-4014-8405-cd87ea9877b0",
"id": "2d8adbba-e07c-4a08-a746-43e947b530d7",
"ConfigId": "b675b150-bc9e-4ba6-9e2b-6e37519a0025"
}
]